home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000433_news@columbia.edu _Mon Jan 10 13:24:14 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA14152
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 10 Jan 2000 13:24:14 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA25774
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 10 Jan 2000 13:04:25 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Rejecting file: date/time
  11. Date: 10 Jan 2000 18:04:24 GMT
  12. Organization: Columbia University
  13. Message-ID: <85d6v8$p5b$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <85d61a$k45$1@panther.uwo.ca>,
  17. c.a. creider <creider@julian.uwo.ca> wrote:
  18. : Trying to send a file from C-Kermit 5A (189), 30 June 93, Solarix 2.X to
  19. : MS-Kermit 3.14, 21 May 95, patch level 9 message is: Rejecting file: date/
  20. : time.  Both the Sun and the MSDOS machine show Jan 10, 2000.  I've SET
  21. : FILE COLLISION OVERWRITE, but this doesn't help.  Can anyone explain,
  22. : suggest a fix?
  23. As noted on our web site:
  24.  
  25.   http://www.columbia.edu/kermit/
  26.  
  27. In particular at:
  28.  
  29.   http://www.columbia.edu/kermit/year2000.html
  30.  
  31. The first Y2K-ready version of C-Kermit is 6.0 (1996); 7.0 is now
  32. current:
  33.  
  34.   http://www.columbia.edu/kermit/ckermit.html
  35.  
  36. The first Y2K-ready version of MS-DOS Kermit is 3.15:
  37.  
  38.   http://www.columbia.edu/kermit/mskermit.html
  39.  
  40. Of course you can also work around the problem by telling either one or
  41. both Kermits to "set attribute date off".
  42.  
  43. - Frank